home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1508 / bfa95.exe / 0 / RCDATA / TDISKCLEARER / TDISKCLEARER.txt
Text File  |  1997-02-11  |  927b  |  46 lines

  1. object DiskClearer: TDiskClearer
  2.   Left = 156
  3.   Top = 215
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 48
  6.   ClientWidth = 337
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCloseQuery = FormCloseQuery
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Info: TLabel
  18.     Left = 8
  19.     Top = 12
  20.     Width = 257
  21.     Height = 25
  22.     AutoSize = False
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     Transparent = True
  29.     WordWrap = True
  30.   end
  31.   object StopButton: TButton
  32.     Left = 272
  33.     Top = 12
  34.     Width = 57
  35.     Height = 21
  36.     Hint = 'Stop clearing/Close this window'
  37.     Cancel = True
  38.     Caption = '&Cancel'
  39.     ModalResult = 2
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     TabOrder = 0
  43.     OnClick = StopButtonClick
  44.   end
  45. end
  46.